gnu.regexp Class RE
gnu.regexp. Class RE · Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax. · Constructs a ...
GNU ed, version 0.2
Regular expressions ... prints all lines containing string . Regular expressions are also used by the `s' command for selecting old text to be replaced with new.
Regex
2018年11月30日 — Regex library. The GNU regex library is compliant with POSIX.2, except for internationalization features. From the ftp readme: You can get newer ...
Regex for Windows
Regex provides three groups of functions with which you can operate on regular expressions. One group--the GNU group--is more powerful but not completely ...
Regular Expressions (GNU Grep 3.11)
A regular expression is a pattern that describes a set of strings. Regular expressions are constructed analogously to arithmetic expressions, by using various ...
Regex - GNU Project
The standalone GNU regex library has long been decommissioned. For a current regex implementation, we recommend using the regex code from Gnulib; see also the ...
GNU Regular Expression Extensions
The regex module provides the standard POSIX functions regcomp() for compiling a regular expression, regerror() for handling compilation errors, regexec() to ...